home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Best of Tucows 2
/
The Best of TUCOWS Volume 2.iso
/
files3x
/
twsk30d.exe
/
BYE.CM_
/
BYE
Wrap
Text File
|
1996-12-11
|
748b
|
40 lines
#
# Trumpet Winsock 3.0 Bye.cmd
#
# Copyright (C) 1996 distributed by
# Trumpet Software International Pty Ltd
# A.C.N 070065860
# Under Licence from the Copyright owners.
# All Rights Reserved.
#
#
#
#
include "modem.cmd","preload"
#
status "Disconnecting modem..."
if %usedtr
set dtr off
sleep 2
set dtr on
end
if %useat
# set the hangup string to a sensible value in case user
# has blanked it out by mistake. Otherwise modem will not
# hang up.
if trim($modemhangup) = ""
$modemhangup = "h"
end
sleep 2
output +++
if ![input 1 +++]
%ok = [input 5 OK\n]
else
output \n
end
output at$modemhangup\r
input 5 OK\n
end
status "Modem has been disconnected."